Participant

Demographic Table

Age Distribution

Categorical analysis

Group comparisons 5 to 21

##                          Df Sum Sq Mean Sq F value Pr(>F)   
## Group                     2   1586     793    3.45  0.032 * 
## Age                       1   1426    1426    6.20  0.013 * 
## Sex                       1     94      94    0.41  0.523   
## Child_Ethnicity           3   2671     890    3.87  0.009 **
## Barratt_Total             1   1065    1065    4.63  0.032 * 
## Comorbidity_Categories    1    458     458    1.99  0.158   
## Residuals              1120 257474     230                  
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 65 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = HBN_EF$NIH7_Card ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 2.1523 -2.9395 7.244 0.5821
## 3-1 2.9626  0.3139 5.611 0.0238
## 3-2 0.8103 -3.8729 5.493 0.9131
##                          Df Sum Sq Mean Sq F value      Pr(>F)    
## Group                     2    539     270    1.32       0.267    
## Age                       1   6208    6208   30.41 0.000000044 ***
## Sex                       1   1213    1213    5.94       0.015 *  
## Child_Ethnicity           3    346     115    0.57       0.638    
## Barratt_Total             1     33      33    0.16       0.687    
## Comorbidity_Categories    1    738     738    3.61       0.058 .  
## Residuals              1117 228037     204                        
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 68 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = HBN_EF$NIH7_Flanker ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF)
## 
## $Group
##       diff    lwr   upr  p adj
## 2-1 1.4321 -3.341 6.205 0.7611
## 3-1 1.7343 -0.771 4.240 0.2356
## 3-2 0.3022 -4.079 4.683 0.9857
##                          Df Sum Sq Mean Sq F value        Pr(>F)    
## Group                     2   1688     844    3.68         0.026 *  
## Age                       1   8860    8860   38.61 0.00000000075 ***
## Sex                       1    315     315    1.37         0.241    
## Child_Ethnicity           3   1047     349    1.52         0.208    
## Barratt_Total             1   5749    5749   25.05 0.00000065374 ***
## Comorbidity_Categories    1     29      29    0.12         0.724    
## Residuals              1043 239317     229                          
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 142 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = HBN_EF$NIH7_List ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 0.4297 -4.9528 5.812 0.9808
## 3-1 2.9955  0.2393 5.752 0.0293
## 3-2 2.5658 -2.3928 7.524 0.4448
##                          Df Sum Sq Mean Sq F value        Pr(>F)    
## Group                     2    693     347    0.72        0.4861    
## Age                       1  18858   18858   39.28 0.00000000053 ***
## Sex                       1     32      32    0.07        0.7949    
## Child_Ethnicity           3   2154     718    1.50        0.2141    
## Barratt_Total             1    368     368    0.77        0.3813    
## Comorbidity_Categories    1   3599    3599    7.50        0.0063 ** 
## Residuals              1087 521797     480                          
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 98 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = HBN_EF$NIH7_Pattern ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF)
## 
## $Group
##        diff     lwr    upr  p adj
## 2-1 -3.3153 -10.745  4.114 0.5472
## 3-1  0.1776  -3.709  4.065 0.9937
## 3-2  3.4930  -3.333 10.319 0.4529

Group comparisons 5 to 18

Boxplot of NIH Card 5 to 18

Group comparison of NIH Card 5 to 18

#NIH_Card_Group_5to18 <- lm(HBN_EF_5to18$NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data=HBN_EF_5to18)
#summary (NIH_Card_Group_5to18)
NIH_Card_Group_5to18 <- aov(NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data=HBN_EF_5to18)
summary(NIH_Card_Group_5to18)
##                          Df Sum Sq Mean Sq F value Pr(>F)   
## Group                     2   1634     817    3.55 0.0290 * 
## Age                       1   1357    1357    5.90 0.0153 * 
## Sex                       1     96      96    0.42 0.5188   
## Child_Ethnicity           3   2662     887    3.86 0.0092 **
## Barratt_Total             1   1053    1053    4.58 0.0326 * 
## Comorbidity_Categories    1    457     457    1.99 0.1589   
## Residuals              1119 257433     230                  
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 57 observations deleted due to missingness
TukeyHSD(NIH_Card_Group_5to18, "Group")
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_Card ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF_5to18)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 2.2022 -2.8938 7.298 0.5680
## 3-1 3.0125  0.3582 5.667 0.0214
## 3-2 0.8103 -3.8746 5.495 0.9132
#control for FSIQ
#NIH_Card_Group_5to18_FSIQ <- lm(HBN_EF_5to18$NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data=HBN_EF_5to18)
#summary (NIH_Card_Group_5to18_FSIQ)

NIH_Card_Group_5to18_FSIQ <- aov(NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data=HBN_EF_5to18)
summary(NIH_Card_Group_5to18_FSIQ)
##                          Df Sum Sq Mean Sq F value              Pr(>F)    
## Group                     2   1634     817    3.92              0.0200 *  
## Age                       1   1357    1357    6.52              0.0108 *  
## Sex                       1     96      96    0.46              0.4976    
## Child_Ethnicity           3   2662     887    4.26              0.0053 ** 
## Barratt_Total             1   1053    1053    5.06              0.0247 *  
## Comorbidity_Categories    1    457     457    2.20              0.1386    
## FSIQ                      1  24746   24746  118.90 <0.0000000000000002 ***
## Residuals              1118 232687     208                                
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 57 observations deleted due to missingness
TukeyHSD(NIH_Card_Group_5to18_FSIQ, "Group")
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_Card ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data = HBN_EF_5to18)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 2.2022 -2.6449 7.049 0.5353
## 3-1 3.0125  0.4879 5.537 0.0144
## 3-2 0.8103 -3.6458 5.266 0.9045
#control for NVIQ
#NIH_Card_Group_5to18_NVIQ <- lm(HBN_EF_5to18$NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data=HBN_EF_5to18)
#summary (NIH_Card_Group_5to18_NVIQ)

NIH_Card_Group_5to18_NVIQ <- aov(NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data=HBN_EF_5to18)
summary(NIH_Card_Group_5to18_NVIQ)
##                          Df Sum Sq Mean Sq F value              Pr(>F)    
## Group                     2   1634     817    3.84               0.022 *  
## Age                       1   1357    1357    6.38               0.012 *  
## Sex                       1     96      96    0.45               0.502    
## Child_Ethnicity           3   2662     887    4.17               0.006 ** 
## Barratt_Total             1   1053    1053    4.95               0.026 *  
## Comorbidity_Categories    1    457     457    2.15               0.143    
## NVIQ                      1  19559   19559   91.93 <0.0000000000000002 ***
## Residuals              1118 237874     213                                
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 57 observations deleted due to missingness
TukeyHSD(NIH_Card_Group_5to18_NVIQ, "Group")
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_Card ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data = HBN_EF_5to18)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 2.2022 -2.6986 7.103 0.5426
## 3-1 3.0125  0.4599 5.565 0.0157
## 3-2 0.8103 -3.6952 5.316 0.9065

Boxplot of NIH Flanker 5 to 18

Group comparison of NIH Flanker 5 to 18

##                          Df Sum Sq Mean Sq F value      Pr(>F)    
## Group                     2    476     238    1.17       0.312    
## Age                       1   5916    5916   28.99 0.000000089 ***
## Sex                       1   1228    1228    6.02       0.014 *  
## Child_Ethnicity           3    357     119    0.58       0.626    
## Barratt_Total             1     39      39    0.19       0.663    
## Comorbidity_Categories    1    739     739    3.62       0.057 .  
## Residuals              1116 227753     204                        
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 60 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_Flanker ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF_5to18)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 1.3296 -3.4445 6.104 0.7904
## 3-1 1.6318 -0.8773 4.141 0.2790
## 3-2 0.3022 -4.0779 4.682 0.9857
##                          Df Sum Sq Mean Sq F value               Pr(>F)    
## Group                     2    476     238    1.29                0.276    
## Age                       1   5916    5916   32.03          0.000000019 ***
## Sex                       1   1228    1228    6.65                0.010 *  
## Child_Ethnicity           3    357     119    0.64                0.587    
## Barratt_Total             1     39      39    0.21                0.647    
## Comorbidity_Categories    1    739     739    4.00                0.046 *  
## FSIQ                      1  21799   21799  118.01 < 0.0000000000000002 ***
## Residuals              1115 205954     185                                 
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 60 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_Flanker ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data = HBN_EF_5to18)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 1.3296 -3.2124 5.872 0.7711
## 3-1 1.6318 -0.7553 4.019 0.2442
## 3-2 0.3022 -3.8649 4.469 0.9842
##                          Df Sum Sq Mean Sq F value               Pr(>F)    
## Group                     2    476     238    1.26                0.285    
## Age                       1   5916    5916   31.31          0.000000028 ***
## Sex                       1   1228    1228    6.50                0.011 *  
## Child_Ethnicity           3    357     119    0.63                0.596    
## Barratt_Total             1     39      39    0.20                0.651    
## Comorbidity_Categories    1    739     739    3.91                0.048 *  
## NVIQ                      1  17065   17065   90.31 < 0.0000000000000002 ***
## Residuals              1115 210688     189                                 
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 60 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_Flanker ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data = HBN_EF_5to18)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 1.3296 -3.2643 5.924 0.7756
## 3-1 1.6318 -0.7826 4.046 0.2520
## 3-2 0.3022 -3.9126 4.517 0.9845

Boxplot of NIH List 5 to 18

Group comparison of NIH List 5 to 18

##                          Df Sum Sq Mean Sq F value       Pr(>F)    
## Group                     2   1795     897    3.91         0.02 *  
## Age                       1   8499    8499   37.03 0.0000000016 ***
## Sex                       1    308     308    1.34         0.25    
## Child_Ethnicity           3   1035     345    1.50         0.21    
## Barratt_Total             1   5689    5689   24.79 0.0000007488 ***
## Comorbidity_Categories    1     28      28    0.12         0.73    
## Residuals              1042 239166     230                         
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 134 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_List ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF_5to18)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 0.5452 -4.8409 5.931 0.9694
## 3-1 3.1110  0.3492 5.873 0.0226
## 3-2 2.5658 -2.3936 7.525 0.4449
##                          Df Sum Sq Mean Sq F value               Pr(>F)    
## Group                     2   1795     897    5.55                0.004 ** 
## Age                       1   8499    8499   52.59      0.0000000000008 ***
## Sex                       1    308     308    1.91                0.168    
## Child_Ethnicity           3   1035     345    2.13                0.094 .  
## Barratt_Total             1   5689    5689   35.20      0.0000000040388 ***
## Comorbidity_Categories    1     28      28    0.17                0.677    
## FSIQ                      1  70928   70928  438.88 < 0.0000000000000002 ***
## Residuals              1041 168238     162                                 
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 134 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_List ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data = HBN_EF_5to18)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 0.5452 -3.9743 5.065 0.9568
## 3-1 3.1110  0.7935 5.428 0.0048
## 3-2 2.5658 -1.5957 6.727 0.3172
##                          Df Sum Sq Mean Sq F value               Pr(>F)    
## Group                     2   1795     897    5.04               0.0066 ** 
## Age                       1   8499    8499   47.73      0.0000000000085 ***
## Sex                       1    308     308    1.73               0.1888    
## Child_Ethnicity           3   1035     345    1.94               0.1219    
## Barratt_Total             1   5689    5689   31.95      0.0000000204239 ***
## Comorbidity_Categories    1     28      28    0.16               0.6911    
## NVIQ                      1  53792   53792  302.08 < 0.0000000000000002 ***
## Residuals              1041 185374     178                                 
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 134 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_List ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data = HBN_EF_5to18)
## 
## $Group
##       diff     lwr   upr  p adj
## 2-1 0.5452 -4.1989 5.289 0.9607
## 3-1 3.1110  0.6783 5.544 0.0077
## 3-2 2.5658 -1.8025 6.934 0.3525

Boxplot of NIH Pattern 5 to 18

Group comparison of NIH Pattern 5 to 18

##                          Df Sum Sq Mean Sq F value        Pr(>F)    
## Group                     2    700     350    0.73        0.4816    
## Age                       1  19868   19868   41.52 0.00000000018 ***
## Sex                       1     40      40    0.08        0.7726    
## Child_Ethnicity           3   2231     744    1.55        0.1989    
## Barratt_Total             1    420     420    0.88        0.3490    
## Comorbidity_Categories    1   3612    3612    7.55        0.0061 ** 
## Residuals              1086 519695     479                          
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 90 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_Pattern ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF_5to18)
## 
## $Group
##         diff     lwr    upr  p adj
## 2-1 -3.45328 -10.875  3.969 0.5192
## 3-1  0.03967  -3.848  3.927 0.9997
## 3-2  3.49295  -3.323 10.309 0.4518
##                          Df Sum Sq Mean Sq F value           Pr(>F)    
## Group                     2    700     350    0.77            0.465    
## Age                       1  19868   19868   43.50 0.00000000006596 ***
## Sex                       1     40      40    0.09            0.767    
## Child_Ethnicity           3   2231     744    1.63            0.181    
## Barratt_Total             1    420     420    0.92            0.338    
## Comorbidity_Categories    1   3612    3612    7.91            0.005 ** 
## FSIQ                      1  24197   24197   52.98 0.00000000000064 ***
## Residuals              1085 495498     457                             
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 90 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_Pattern ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data = HBN_EF_5to18)
## 
## $Group
##         diff     lwr    upr  p adj
## 2-1 -3.45328 -10.704  3.797 0.5032
## 3-1  0.03967  -3.758  3.838 0.9997
## 3-2  3.49295  -3.165 10.151 0.4350
##                          Df Sum Sq Mean Sq F value         Pr(>F)    
## Group                     2    700     350    0.76         0.4661    
## Age                       1  19868   19868   43.38 0.000000000070 ***
## Sex                       1     40      40    0.09         0.7677    
## Child_Ethnicity           3   2231     744    1.62         0.1821    
## Barratt_Total             1    420     420    0.92         0.3384    
## Comorbidity_Categories    1   3612    3612    7.89         0.0051 ** 
## NVIQ                      1  22824   22824   49.84 0.000000000003 ***
## Residuals              1085 496871     458                           
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 90 observations deleted due to missingness
##   Tukey multiple comparisons of means
##     95% family-wise confidence level
## 
## Fit: aov(formula = NIH7_Pattern ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data = HBN_EF_5to18)
## 
## $Group
##         diff     lwr    upr  p adj
## 2-1 -3.45328 -10.714  3.807 0.5042
## 3-1  0.03967  -3.764  3.843 0.9997
## 3-2  3.49295  -3.174 10.160 0.4360

Dimensional analysis

Dimensional Anlysis 5 to 18

GLM NIH tasks with SWAN_Avg and SRS_Total_T without controlling for IQ

  NIH7_Card
Predictors Estimates CI p
(Intercept) 93.81 86.92 – 100.69 <0.001
Age 0.38 0.07 – 0.70 0.016
Sex [1] 1.36 -0.69 – 3.42 0.193
Child_Ethnicity [1] -2.91 -5.09 – -0.73 0.009
Child_Ethnicity [2] -1.69 -5.45 – 2.07 0.379
Child_Ethnicity [3] -2.66 -10.16 – 4.85 0.487
Barratt_Total 0.06 -0.01 – 0.12 0.084
Comorbidity_Categories -0.12 -1.12 – 0.88 0.809
SWAN_Avg 0.42 -0.87 – 1.71 0.523
SRS_All_Total_T -0.15 -0.23 – -0.06 0.001
Observations 1096
R2 / R2 adjusted 0.035 / 0.027

  NIH7_Flanker
Predictors Estimates CI p
(Intercept) 104.32 97.86 – 110.78 <0.001
Age -0.76 -1.06 – -0.47 <0.001
Sex [1] -2.24 -4.17 – -0.31 0.023
Child_Ethnicity [1] -0.69 -2.75 – 1.36 0.508
Child_Ethnicity [2] -1.52 -5.06 – 2.02 0.399
Child_Ethnicity [3] -1.41 -8.46 – 5.64 0.695
Barratt_Total -0.01 -0.07 – 0.05 0.838
Comorbidity_Categories -0.51 -1.45 – 0.43 0.284
SWAN_Avg -0.26 -1.47 – 0.95 0.671
SRS_All_Total_T -0.11 -0.19 – -0.03 0.007
Observations 1091
R2 / R2 adjusted 0.041 / 0.033

  NIH7_List
Predictors Estimates CI p
(Intercept) 82.48 75.37 – 89.59 <0.001
Age 0.96 0.64 – 1.29 <0.001
Sex [1] -1.13 -3.24 – 0.97 0.290
Child_Ethnicity [1] -1.41 -3.67 – 0.85 0.222
Child_Ethnicity [2] -0.33 -4.19 – 3.53 0.867
Child_Ethnicity [3] -1.55 -9.33 – 6.22 0.695
Barratt_Total 0.16 0.09 – 0.23 <0.001
Comorbidity_Categories 0.57 -0.46 – 1.60 0.280
SWAN_Avg -0.73 -2.06 – 0.60 0.281
SRS_All_Total_T -0.06 -0.14 – 0.03 0.193
Observations 1037
R2 / R2 adjusted 0.070 / 0.062

  NIH7_Pattern
Predictors Estimates CI p
(Intercept) 77.83 67.75 – 87.90 <0.001
Age 1.51 1.05 – 1.97 <0.001
Sex [1] -0.08 -3.08 – 2.92 0.958
Child_Ethnicity [1] -0.75 -3.94 – 2.44 0.643
Child_Ethnicity [2] -5.76 -11.24 – -0.27 0.040
Child_Ethnicity [3] -0.58 -11.45 – 10.28 0.916
Barratt_Total 0.03 -0.06 – 0.13 0.532
Comorbidity_Categories -1.99 -3.46 – -0.53 0.008
SWAN_Avg 0.41 -1.47 – 2.30 0.666
SRS_All_Total_T -0.09 -0.21 – 0.04 0.172
Observations 1074
R2 / R2 adjusted 0.049 / 0.041

GLM NIH tasks with SWAN_Avg and SRS_Total_T controlling for FSIQ

  NIH7_Card
Predictors Estimates CI p
(Intercept) 61.87 53.00 – 70.73 <0.001
Age 0.62 0.32 – 0.92 <0.001
Sex [1] 1.01 -0.95 – 2.97 0.313
Child_Ethnicity [1] -2.28 -4.36 – -0.20 0.032
Child_Ethnicity [2] -0.97 -4.56 – 2.62 0.595
Child_Ethnicity [3] -3.57 -10.73 – 3.59 0.328
Barratt_Total -0.03 -0.09 – 0.03 0.349
Comorbidity_Categories -0.12 -1.08 – 0.83 0.801
FSIQ 0.31 0.26 – 0.37 <0.001
SWAN_Avg 0.67 -0.56 – 1.90 0.286
SRS_All_Total_T -0.10 -0.18 – -0.02 0.013
Observations 1096
R2 / R2 adjusted 0.124 / 0.116

  NIH7_Flanker
Predictors Estimates CI p
(Intercept) 74.18 65.88 – 82.48 <0.001
Age -0.54 -0.82 – -0.26 <0.001
Sex [1] -2.53 -4.37 – -0.69 0.007
Child_Ethnicity [1] -0.08 -2.03 – 1.88 0.940
Child_Ethnicity [2] -0.83 -4.20 – 2.54 0.630
Child_Ethnicity [3] -2.26 -8.97 – 4.46 0.509
Barratt_Total -0.09 -0.15 – -0.03 0.003
Comorbidity_Categories -0.50 -1.40 – 0.39 0.271
FSIQ 0.30 0.24 – 0.35 <0.001
SWAN_Avg -0.01 -1.16 – 1.14 0.987
SRS_All_Total_T -0.07 -0.15 – 0.00 0.064
Observations 1091
R2 / R2 adjusted 0.132 / 0.124

  NIH7_List
Predictors Estimates CI p
(Intercept) 25.12 17.03 – 33.20 <0.001
Age 1.42 1.14 – 1.70 <0.001
Sex [1] -1.84 -3.61 – -0.08 0.041
Child_Ethnicity [1] -0.07 -1.97 – 1.84 0.943
Child_Ethnicity [2] 1.00 -2.25 – 4.25 0.546
Child_Ethnicity [3] -3.18 -9.71 – 3.36 0.341
Barratt_Total 0.00 -0.06 – 0.06 0.962
Comorbidity_Categories 0.47 -0.40 – 1.34 0.286
FSIQ 0.57 0.52 – 0.62 <0.001
SWAN_Avg -0.23 -1.35 – 0.88 0.684
SRS_All_Total_T 0.01 -0.06 – 0.08 0.787
Observations 1037
R2 / R2 adjusted 0.344 / 0.338

  NIH7_Pattern
Predictors Estimates CI p
(Intercept) 44.79 31.56 – 58.02 <0.001
Age 1.74 1.29 – 2.19 <0.001
Sex [1] -0.48 -3.42 – 2.45 0.746
Child_Ethnicity [1] -0.06 -3.18 – 3.05 0.968
Child_Ethnicity [2] -5.05 -10.41 – 0.31 0.065
Child_Ethnicity [3] -1.53 -12.13 – 9.08 0.778
Barratt_Total -0.06 -0.15 – 0.04 0.225
Comorbidity_Categories -1.97 -3.41 – -0.54 0.007
FSIQ 0.33 0.24 – 0.41 <0.001
SWAN_Avg 0.64 -1.20 – 2.48 0.494
SRS_All_Total_T -0.04 -0.16 – 0.08 0.512
Observations 1074
R2 / R2 adjusted 0.095 / 0.086

GLM NIH tasks with SWAN_Avg and SRS_Total_T controlling for NVIQ

  NIH7_Card
Predictors Estimates CI p
(Intercept) 64.69 55.66 – 73.73 <0.001
Age 0.53 0.22 – 0.83 0.001
Sex [1] 1.33 -0.65 – 3.31 0.186
Child_Ethnicity [1] -2.64 -4.74 – -0.54 0.014
Child_Ethnicity [2] -1.13 -4.75 – 2.50 0.542
Child_Ethnicity [3] -2.65 -9.88 – 4.58 0.472
Barratt_Total -0.01 -0.07 – 0.06 0.849
Comorbidity_Categories -0.06 -1.02 – 0.91 0.909
NVIQ 0.29 0.23 – 0.36 <0.001
SWAN_Avg 0.66 -0.59 – 1.90 0.299
SRS_All_Total_T -0.13 -0.21 – -0.05 0.002
Observations 1096
R2 / R2 adjusted 0.106 / 0.098

  NIH7_Flanker
Predictors Estimates CI p
(Intercept) 76.73 68.25 – 85.21 <0.001
Age -0.62 -0.91 – -0.34 <0.001
Sex [1] -2.23 -4.09 – -0.37 0.019
Child_Ethnicity [1] -0.42 -2.39 – 1.56 0.680
Child_Ethnicity [2] -0.96 -4.37 – 2.44 0.580
Child_Ethnicity [3] -1.37 -8.15 – 5.41 0.692
Barratt_Total -0.07 -0.13 – -0.01 0.030
Comorbidity_Categories -0.44 -1.35 – 0.46 0.340
NVIQ 0.28 0.22 – 0.34 <0.001
SWAN_Avg -0.04 -1.20 – 1.13 0.951
SRS_All_Total_T -0.09 -0.17 – -0.02 0.015
Observations 1091
R2 / R2 adjusted 0.113 / 0.105

  NIH7_List
Predictors Estimates CI p
(Intercept) 31.68 23.13 – 40.23 <0.001
Age 1.24 0.95 – 1.53 <0.001
Sex [1] -1.38 -3.23 – 0.48 0.145
Child_Ethnicity [1] -0.83 -2.83 – 1.16 0.412
Child_Ethnicity [2] 0.34 -3.07 – 3.75 0.845
Child_Ethnicity [3] -1.69 -8.55 – 5.17 0.629
Barratt_Total 0.05 -0.01 – 0.11 0.120
Comorbidity_Categories 0.63 -0.28 – 1.55 0.173
NVIQ 0.51 0.45 – 0.57 <0.001
SWAN_Avg -0.28 -1.45 – 0.89 0.641
SRS_All_Total_T -0.03 -0.10 – 0.05 0.508
Observations 1037
R2 / R2 adjusted 0.277 / 0.270

  NIH7_Pattern
Predictors Estimates CI p
(Intercept) 45.37 31.94 – 58.81 <0.001
Age 1.66 1.21 – 2.12 <0.001
Sex [1] -0.18 -3.12 – 2.75 0.903
Child_Ethnicity [1] -0.43 -3.55 – 2.69 0.788
Child_Ethnicity [2] -5.40 -10.77 – -0.03 0.049
Child_Ethnicity [3] -0.57 -11.20 – 10.06 0.916
Barratt_Total -0.04 -0.13 – 0.06 0.415
Comorbidity_Categories -1.91 -3.35 – -0.48 0.009
NVIQ 0.33 0.24 – 0.42 <0.001
SWAN_Avg 0.65 -1.20 – 2.49 0.492
SRS_All_Total_T -0.06 -0.18 – 0.06 0.306
Observations 1074
R2 / R2 adjusted 0.091 / 0.082

Correlationa plots of NIH task score with SWAN_Avg and SRS_Total_T

GLM NIH task with SRS_SCI_T and SWAN_Avg without controlling for IQ

  NIH7_Card
Predictors Estimates CI p
(Intercept) 93.83 86.87 – 100.78 <0.001
Age 0.39 0.08 – 0.70 0.015
Sex [1] 1.38 -0.67 – 3.44 0.187
Child_Ethnicity [1] -2.87 -5.06 – -0.69 0.010
Child_Ethnicity [2] -1.78 -5.54 – 1.98 0.354
Child_Ethnicity [3] -2.75 -10.26 – 4.75 0.472
Barratt_Total 0.06 -0.01 – 0.12 0.092
Comorbidity_Categories -0.11 -1.11 – 0.89 0.831
SWAN_Avg 0.38 -0.91 – 1.67 0.562
SRS_All_SCI_T -0.15 -0.23 – -0.06 0.001
Observations 1096
R2 / R2 adjusted 0.034 / 0.026

  NIH7_Flanker
Predictors Estimates CI p
(Intercept) 104.38 97.85 – 110.91 <0.001
Age -0.76 -1.05 – -0.46 <0.001
Sex [1] -2.22 -4.15 – -0.29 0.024
Child_Ethnicity [1] -0.66 -2.72 – 1.39 0.526
Child_Ethnicity [2] -1.59 -5.12 – 1.95 0.378
Child_Ethnicity [3] -1.49 -8.54 – 5.57 0.679
Barratt_Total -0.01 -0.07 – 0.05 0.812
Comorbidity_Categories -0.50 -1.44 – 0.44 0.294
SWAN_Avg -0.29 -1.49 – 0.92 0.639
SRS_All_SCI_T -0.11 -0.19 – -0.03 0.007
Observations 1091
R2 / R2 adjusted 0.041 / 0.033

  NIH7_List
Predictors Estimates CI p
(Intercept) 82.51 75.32 – 89.70 <0.001
Age 0.97 0.64 – 1.29 <0.001
Sex [1] -1.13 -3.23 – 0.98 0.293
Child_Ethnicity [1] -1.39 -3.66 – 0.87 0.227
Child_Ethnicity [2] -0.36 -4.22 – 3.49 0.853
Child_Ethnicity [3] -1.60 -9.38 – 6.17 0.686
Barratt_Total 0.16 0.09 – 0.23 <0.001
Comorbidity_Categories 0.58 -0.46 – 1.61 0.274
SWAN_Avg -0.74 -2.06 – 0.58 0.269
SRS_All_SCI_T -0.06 -0.15 – 0.03 0.200
Observations 1037
R2 / R2 adjusted 0.070 / 0.062

  NIH7_Pattern
Predictors Estimates CI p
(Intercept) 77.29 67.11 – 87.48 <0.001
Age 1.51 1.05 – 1.97 <0.001
Sex [1] -0.08 -3.09 – 2.92 0.956
Child_Ethnicity [1] -0.75 -3.95 – 2.44 0.643
Child_Ethnicity [2] -5.82 -11.31 – -0.33 0.038
Child_Ethnicity [3] -0.66 -11.52 – 10.21 0.906
Barratt_Total 0.03 -0.06 – 0.13 0.525
Comorbidity_Categories -1.98 -3.45 – -0.51 0.008
SWAN_Avg 0.33 -1.54 – 2.21 0.728
SRS_All_SCI_T -0.08 -0.20 – 0.05 0.232
Observations 1074
R2 / R2 adjusted 0.049 / 0.041

GLM NIH task with SRS_SCI_T and SWAN_Avg controlling for FSIQ

  NIH7_Card
Predictors Estimates CI p
(Intercept) 61.64 52.69 – 70.59 <0.001
Age 0.62 0.32 – 0.92 <0.001
Sex [1] 1.01 -0.95 – 2.98 0.311
Child_Ethnicity [1] -2.26 -4.35 – -0.18 0.033
Child_Ethnicity [2] -1.04 -4.63 – 2.55 0.569
Child_Ethnicity [3] -3.65 -10.80 – 3.51 0.318
Barratt_Total -0.03 -0.09 – 0.03 0.347
Comorbidity_Categories -0.11 -1.06 – 0.84 0.820
FSIQ 0.31 0.26 – 0.37 <0.001
SWAN_Avg 0.62 -0.61 – 1.84 0.325
SRS_All_SCI_T -0.10 -0.18 – -0.02 0.020
Observations 1096
R2 / R2 adjusted 0.123 / 0.115

  NIH7_Flanker
Predictors Estimates CI p
(Intercept) 73.99 65.60 – 82.37 <0.001
Age -0.54 -0.82 – -0.25 <0.001
Sex [1] -2.53 -4.37 – -0.69 0.007
Child_Ethnicity [1] -0.07 -2.03 – 1.89 0.946
Child_Ethnicity [2] -0.88 -4.25 – 2.49 0.610
Child_Ethnicity [3] -2.32 -9.03 – 4.40 0.499
Barratt_Total -0.09 -0.15 – -0.03 0.003
Comorbidity_Categories -0.49 -1.39 – 0.40 0.279
FSIQ 0.30 0.24 – 0.35 <0.001
SWAN_Avg -0.05 -1.20 – 1.10 0.930
SRS_All_SCI_T -0.07 -0.15 – 0.01 0.084
Observations 1091
R2 / R2 adjusted 0.131 / 0.123

  NIH7_List
Predictors Estimates CI p
(Intercept) 24.57 16.40 – 32.73 <0.001
Age 1.42 1.14 – 1.69 <0.001
Sex [1] -1.86 -3.63 – -0.09 0.039
Child_Ethnicity [1] -0.09 -2.00 – 1.82 0.926
Child_Ethnicity [2] 1.00 -2.25 – 4.24 0.547
Child_Ethnicity [3] -3.19 -9.72 – 3.35 0.339
Barratt_Total 0.00 -0.06 – 0.06 0.932
Comorbidity_Categories 0.48 -0.39 – 1.34 0.283
FSIQ 0.57 0.52 – 0.62 <0.001
SWAN_Avg -0.28 -1.39 – 0.83 0.623
SRS_All_SCI_T 0.02 -0.06 – 0.09 0.627
Observations 1037
R2 / R2 adjusted 0.344 / 0.338

  NIH7_Pattern
Predictors Estimates CI p
(Intercept) 43.89 30.53 – 57.26 <0.001
Age 1.74 1.29 – 2.19 <0.001
Sex [1] -0.51 -3.44 – 2.43 0.735
Child_Ethnicity [1] -0.09 -3.21 – 3.03 0.956
Child_Ethnicity [2] -5.09 -10.45 – 0.27 0.063
Child_Ethnicity [3] -1.58 -12.19 – 9.03 0.770
Barratt_Total -0.06 -0.15 – 0.04 0.236
Comorbidity_Categories -1.96 -3.39 – -0.53 0.007
FSIQ 0.33 0.24 – 0.42 <0.001
SWAN_Avg 0.55 -1.28 – 2.38 0.559
SRS_All_SCI_T -0.03 -0.15 – 0.10 0.675
Observations 1074
R2 / R2 adjusted 0.094 / 0.086

GLM NIH task with SRS_SCI_T and SWAN_Avg controlling for NVIQ

  NIH7_Card
Predictors Estimates CI p
(Intercept) 64.64 55.54 – 73.74 <0.001
Age 0.53 0.23 – 0.83 0.001
Sex [1] 1.35 -0.63 – 3.33 0.182
Child_Ethnicity [1] -2.61 -4.71 – -0.51 0.015
Child_Ethnicity [2] -1.21 -4.83 – 2.42 0.514
Child_Ethnicity [3] -2.74 -9.96 – 4.49 0.458
Barratt_Total -0.01 -0.07 – 0.06 0.830
Comorbidity_Categories -0.04 -1.01 – 0.92 0.930
NVIQ 0.29 0.23 – 0.36 <0.001
SWAN_Avg 0.62 -0.62 – 1.85 0.330
SRS_All_SCI_T -0.13 -0.21 – -0.04 0.003
Observations 1096
R2 / R2 adjusted 0.106 / 0.097

  NIH7_Flanker
Predictors Estimates CI p
(Intercept) 76.71 68.16 – 85.25 <0.001
Age -0.62 -0.91 – -0.34 <0.001
Sex [1] -2.22 -4.08 – -0.36 0.019
Child_Ethnicity [1] -0.40 -2.37 – 1.58 0.694
Child_Ethnicity [2] -1.02 -4.43 – 2.38 0.556
Child_Ethnicity [3] -1.44 -8.22 – 5.35 0.678
Barratt_Total -0.07 -0.13 – -0.01 0.029
Comorbidity_Categories -0.43 -1.34 – 0.47 0.350
NVIQ 0.28 0.22 – 0.34 <0.001
SWAN_Avg -0.07 -1.23 – 1.09 0.908
SRS_All_SCI_T -0.09 -0.17 – -0.02 0.019
Observations 1091
R2 / R2 adjusted 0.113 / 0.105

  NIH7_List
Predictors Estimates CI p
(Intercept) 31.44 22.81 – 40.07 <0.001
Age 1.24 0.95 – 1.53 <0.001
Sex [1] -1.38 -3.24 – 0.47 0.144
Child_Ethnicity [1] -0.84 -2.84 – 1.16 0.411
Child_Ethnicity [2] 0.32 -3.09 – 3.72 0.855
Child_Ethnicity [3] -1.72 -8.58 – 5.14 0.622
Barratt_Total 0.05 -0.01 – 0.11 0.118
Comorbidity_Categories 0.64 -0.27 – 1.55 0.170
NVIQ 0.51 0.45 – 0.57 <0.001
SWAN_Avg -0.31 -1.48 – 0.86 0.601
SRS_All_SCI_T -0.02 -0.10 – 0.06 0.585
Observations 1037
R2 / R2 adjusted 0.277 / 0.270

  NIH7_Pattern
Predictors Estimates CI p
(Intercept) 44.70 31.17 – 58.24 <0.001
Age 1.66 1.21 – 2.12 <0.001
Sex [1] -0.19 -3.13 – 2.74 0.897
Child_Ethnicity [1] -0.44 -3.56 – 2.69 0.783
Child_Ethnicity [2] -5.45 -10.82 – -0.08 0.047
Child_Ethnicity [3] -0.63 -11.26 – 10.00 0.907
Barratt_Total -0.04 -0.13 – 0.06 0.427
Comorbidity_Categories -1.90 -3.34 – -0.47 0.009
NVIQ 0.33 0.24 – 0.42 <0.001
SWAN_Avg 0.56 -1.27 – 2.40 0.548
SRS_All_SCI_T -0.05 -0.17 – 0.07 0.407
Observations 1074
R2 / R2 adjusted 0.090 / 0.082

Correlational plots of NIH task scores with SRS_SCI_T

GLM NIH task with SRS_RRB_T and SWAN_Avg without controlling for IQ

  NIH7_Card
Predictors Estimates CI p
(Intercept) 91.48 84.94 – 98.01 <0.001
Age 0.35 0.04 – 0.66 0.029
Sex [1] 1.20 -0.86 – 3.26 0.252
Child_Ethnicity [1] -3.12 -5.29 – -0.94 0.005
Child_Ethnicity [2] -1.65 -5.43 – 2.12 0.391
Child_Ethnicity [3] -2.60 -10.12 – 4.92 0.497
Barratt_Total 0.07 0.00 – 0.13 0.040
Comorbidity_Categories -0.12 -1.13 – 0.88 0.810
SWAN_Avg 0.18 -1.09 – 1.46 0.779
SRS_All_RRB_T -0.11 -0.18 – -0.03 0.006
Observations 1096
R2 / R2 adjusted 0.031 / 0.023

  NIH7_Flanker
Predictors Estimates CI p
(Intercept) 102.74 96.61 – 108.86 <0.001
Age -0.79 -1.08 – -0.50 <0.001
Sex [1] -2.35 -4.28 – -0.43 0.017
Child_Ethnicity [1] -0.84 -2.89 – 1.20 0.418
Child_Ethnicity [2] -1.48 -5.03 – 2.06 0.412
Child_Ethnicity [3] -1.36 -8.42 – 5.70 0.706
Barratt_Total 0.00 -0.06 – 0.06 0.970
Comorbidity_Categories -0.51 -1.46 – 0.43 0.284
SWAN_Avg -0.42 -1.62 – 0.77 0.488
SRS_All_RRB_T -0.08 -0.15 – -0.01 0.022
Observations 1091
R2 / R2 adjusted 0.039 / 0.031

  NIH7_List
Predictors Estimates CI p
(Intercept) 81.22 74.49 – 87.94 <0.001
Age 0.95 0.62 – 1.27 <0.001
Sex [1] -1.20 -3.30 – 0.90 0.264
Child_Ethnicity [1] -1.50 -3.76 – 0.76 0.192
Child_Ethnicity [2] -0.33 -4.20 – 3.53 0.866
Child_Ethnicity [3] -1.54 -9.32 – 6.25 0.698
Barratt_Total 0.17 0.10 – 0.23 <0.001
Comorbidity_Categories 0.57 -0.46 – 1.61 0.277
SWAN_Avg -0.86 -2.17 – 0.45 0.198
SRS_All_RRB_T -0.04 -0.11 – 0.04 0.365
Observations 1037
R2 / R2 adjusted 0.070 / 0.061

  NIH7_Pattern
Predictors Estimates CI p
(Intercept) 78.67 69.12 – 88.22 <0.001
Age 1.49 1.03 – 1.95 <0.001
Sex [1] -0.15 -3.14 – 2.85 0.923
Child_Ethnicity [1] -0.83 -4.01 – 2.34 0.607
Child_Ethnicity [2] -5.63 -11.12 – -0.14 0.045
Child_Ethnicity [3] -0.40 -11.26 – 10.46 0.942
Barratt_Total 0.03 -0.06 – 0.13 0.495
Comorbidity_Categories -2.02 -3.49 – -0.55 0.007
SWAN_Avg 0.53 -1.33 – 2.39 0.578
SRS_All_RRB_T -0.10 -0.21 – 0.01 0.074
Observations 1074
R2 / R2 adjusted 0.050 / 0.042

GLM NIH task with SRS_RRB_T and SWAN_Avg controlling for FSIQ

  NIH7_Card
Predictors Estimates CI p
(Intercept) 60.45 52.01 – 68.89 <0.001
Age 0.60 0.30 – 0.90 <0.001
Sex [1] 0.90 -1.06 – 2.86 0.368
Child_Ethnicity [1] -2.40 -4.48 – -0.32 0.023
Child_Ethnicity [2] -0.91 -4.51 – 2.68 0.619
Child_Ethnicity [3] -3.50 -10.67 – 3.66 0.337
Barratt_Total -0.03 -0.09 – 0.04 0.434
Comorbidity_Categories -0.13 -1.08 – 0.82 0.790
FSIQ 0.32 0.26 – 0.38 <0.001
SWAN_Avg 0.57 -0.64 – 1.79 0.357
SRS_All_RRB_T -0.08 -0.15 – -0.01 0.023
Observations 1096
R2 / R2 adjusted 0.123 / 0.115

  NIH7_Flanker
Predictors Estimates CI p
(Intercept) 73.54 65.64 – 81.44 <0.001
Age -0.55 -0.84 – -0.27 <0.001
Sex [1] -2.60 -4.44 – -0.77 0.006
Child_Ethnicity [1] -0.15 -2.11 – 1.80 0.877
Child_Ethnicity [2] -0.76 -4.14 – 2.61 0.657
Child_Ethnicity [3] -2.19 -8.90 – 4.53 0.523
Barratt_Total -0.09 -0.15 – -0.03 0.004
Comorbidity_Categories -0.51 -1.41 – 0.38 0.263
FSIQ 0.30 0.25 – 0.36 <0.001
SWAN_Avg -0.04 -1.18 – 1.10 0.943
SRS_All_RRB_T -0.06 -0.13 – 0.00 0.061
Observations 1091
R2 / R2 adjusted 0.132 / 0.124

  NIH7_List
Predictors Estimates CI p
(Intercept) 26.07 18.37 – 33.77 <0.001
Age 1.42 1.14 – 1.70 <0.001
Sex [1] -1.82 -3.59 – -0.06 0.043
Child_Ethnicity [1] -0.04 -1.95 – 1.86 0.963
Child_Ethnicity [2] 1.03 -2.22 – 4.28 0.533
Child_Ethnicity [3] -3.12 -9.66 – 3.43 0.350
Barratt_Total -0.00 -0.06 – 0.06 0.996
Comorbidity_Categories 0.46 -0.41 – 1.33 0.297
FSIQ 0.57 0.51 – 0.62 <0.001
SWAN_Avg -0.14 -1.24 – 0.97 0.809
SRS_All_RRB_T -0.01 -0.07 – 0.06 0.879
Observations 1037
R2 / R2 adjusted 0.344 / 0.338

  NIH7_Pattern
Predictors Estimates CI p
(Intercept) 47.02 34.43 – 59.61 <0.001
Age 1.73 1.28 – 2.18 <0.001
Sex [1] -0.49 -3.41 – 2.43 0.743
Child_Ethnicity [1] -0.07 -3.17 – 3.04 0.967
Child_Ethnicity [2] -4.90 -10.26 – 0.46 0.073
Child_Ethnicity [3] -1.32 -11.93 – 9.28 0.807
Barratt_Total -0.06 -0.16 – 0.03 0.211
Comorbidity_Categories -2.01 -3.44 – -0.58 0.006
FSIQ 0.33 0.24 – 0.41 <0.001
SWAN_Avg 0.89 -0.92 – 2.71 0.334
SRS_All_RRB_T -0.08 -0.18 – 0.03 0.155
Observations 1074
R2 / R2 adjusted 0.096 / 0.087

GLM NIH task with SRS_RRB_T and SWAN_Avg controlling for NVIQ

  NIH7_Card
Predictors Estimates CI p
(Intercept) 62.68 53.98 – 71.39 <0.001
Age 0.50 0.19 – 0.80 0.001
Sex [1] 1.20 -0.78 – 3.17 0.236
Child_Ethnicity [1] -2.81 -4.91 – -0.71 0.009
Child_Ethnicity [2] -1.08 -4.71 – 2.56 0.561
Child_Ethnicity [3] -2.58 -9.82 – 4.65 0.484
Barratt_Total 0.00 -0.06 – 0.06 0.958
Comorbidity_Categories -0.06 -1.02 – 0.91 0.905
NVIQ 0.30 0.23 – 0.36 <0.001
SWAN_Avg 0.48 -0.74 – 1.71 0.440
SRS_All_RRB_T -0.10 -0.17 – -0.02 0.010
Observations 1096
R2 / R2 adjusted 0.104 / 0.096

  NIH7_Flanker
Predictors Estimates CI p
(Intercept) 75.50 67.33 – 83.66 <0.001
Age -0.65 -0.93 – -0.36 <0.001
Sex [1] -2.33 -4.18 – -0.47 0.014
Child_Ethnicity [1] -0.54 -2.51 – 1.43 0.593
Child_Ethnicity [2] -0.91 -4.32 – 2.50 0.601
Child_Ethnicity [3] -1.30 -8.09 – 5.49 0.707
Barratt_Total -0.06 -0.12 – -0.00 0.045
Comorbidity_Categories -0.44 -1.35 – 0.46 0.336
NVIQ 0.28 0.22 – 0.34 <0.001
SWAN_Avg -0.14 -1.29 – 1.01 0.813
SRS_All_RRB_T -0.08 -0.14 – -0.01 0.029
Observations 1091
R2 / R2 adjusted 0.113 / 0.104

  NIH7_List
Predictors Estimates CI p
(Intercept) 31.54 23.33 – 39.75 <0.001
Age 1.24 0.95 – 1.53 <0.001
Sex [1] -1.40 -3.25 – 0.45 0.139
Child_Ethnicity [1] -0.87 -2.86 – 1.13 0.394
Child_Ethnicity [2] 0.36 -3.05 – 3.77 0.835
Child_Ethnicity [3] -1.64 -8.50 – 5.23 0.640
Barratt_Total 0.05 -0.01 – 0.11 0.108
Comorbidity_Categories 0.63 -0.28 – 1.54 0.177
NVIQ 0.51 0.45 – 0.57 <0.001
SWAN_Avg -0.28 -1.44 – 0.87 0.633
SRS_All_RRB_T -0.02 -0.09 – 0.04 0.481
Observations 1037
R2 / R2 adjusted 0.277 / 0.270

  NIH7_Pattern
Predictors Estimates CI p
(Intercept) 46.86 33.94 – 59.77 <0.001
Age 1.65 1.20 – 2.10 <0.001
Sex [1] -0.22 -3.15 – 2.71 0.883
Child_Ethnicity [1] -0.47 -3.58 – 2.64 0.768
Child_Ethnicity [2] -5.26 -10.63 – 0.11 0.055
Child_Ethnicity [3] -0.38 -11.01 – 10.25 0.944
Barratt_Total -0.04 -0.13 – 0.05 0.415
Comorbidity_Categories -1.95 -3.38 – -0.51 0.008
NVIQ 0.33 0.24 – 0.42 <0.001
SWAN_Avg 0.83 -0.99 – 2.65 0.370
SRS_All_RRB_T -0.09 -0.20 – 0.02 0.104
Observations 1074
R2 / R2 adjusted 0.092 / 0.083

Correlational plots of NIH task scores with SRS_RRB_T